home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / css11.arc / TBBS.SIM < prev    next >
Text File  |  1991-04-07  |  928b  |  17 lines

  1. //////////////////////////////  TBBS.SIM  ///////////////////////////////////
  2. //                                                                         //
  3. // This is a sample SIMPLE script for logging on to a TBBS based system.   //
  4. //                                                                         //
  5. // Put your name in the line that says ASSIGN STRING1.  The script will    //
  6. // get the proper password from the dialing directory, CSS puts the        //
  7. // password in the variable BBSPASSWORD.                                   //
  8. //                                                                         //
  9. /////////////////////////////////////////////////////////////////////////////
  10.  
  11. ASSIGN STRING1, "John Smith"     // Put your name (in Quotes!) here.
  12.  
  13. ALARM 1
  14. WAITFOR "First Name?" MAXOF 180 THENDO SEND STRING1 HITENTER
  15. WAITFOR "Is this correct?" THENDO SEND "Y"
  16. SEND BBSPASSWORD HITENTER
  17.